A built-in template for PHPUnit test methods. It is used, for example, when the checkbox for generating test methods is selected in the 'New Test' dialog.
Predefined variables take the following values:
${NAME}   Method name.
${CAPITALIZED_NAME}   Method name with the first character capitalized.
${TESTED_NAME}   Name of tested class.